Skip to content

Timestamped.Deconstruct(T, DateTimeOffset) method

Defined in

Type: Timestamped Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public void Deconstruct(out T value, out DateTimeOffset timestamp)

Summary: Deconstructs the timestamped value into a value and a timestamp.

Parameters

NameTypeDescription
out valueTThe value.
out timestampDateTimeOffsetTimestamp associated with the value.